ASP.NET Core MVC コントロールヘルプ
InputDateTimeFor(Expression<Func<TModel,DateTime>>) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ControlBuilderFactory<TModel> クラス > InputDateTimeFor メソッド : InputDateTimeFor(Expression<Func<TModel,DateTime>>) メソッド
The model bind expression
Create an InputDateTimeBuilder object.
シンタックス
'宣言
 
Public Overloads Function InputDateTimeFor( _
   ByVal expression As System.Linq.Expressions.Expression(Of Func(Of TModel,Date)) _
) As InputDateTimeBuilder
public InputDateTimeBuilder InputDateTimeFor( 
   System.Linq.Expressions.Expression<Func<TModel,DateTime>> expression
)

パラメータ

expression
The model bind expression

戻り値の型

The InputDateTimeBuilder object.
参照

ControlBuilderFactory<TModel> クラス
ControlBuilderFactory<TModel> メンバ
オーバーロード一覧